Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Log Namespace / LogEntryList Class / FindLastIndex Method / FindLastIndex(Predicate<LogEntryBase>) Method

In This Topic
    FindLastIndex(Predicate<LogEntryBase>) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function FindLastIndex( _
       ByVal match As System.Predicate(Of LogEntryBase) _
    ) As System.Integer
    public System.int FindLastIndex( 
       System.Predicate<LogEntryBase> match
    )

    Parameters

    match
    See Also